home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000186_news@columbia.edu _Sun Apr 9 18:06:08 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA22608
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 9 Apr 2000 18:06:07 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id SAA21632
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 9 Apr 2000 18:01:24 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Subject: Re: set input echo ( on | off )
  11. Message-ID: <gEDN2pzq23q3@cc.usu.edu>
  12. Date: 9 Apr 00 15:54:37 MDT
  13. Organization: Utah State University
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <8cqngi$r2v$1@nnrp1.deja.com>, Peter Easthope <peter_easthope@gulfnet.pinc.com> writes:
  17. > Thanks for replying Mark and Joe.
  18. > Well, there is more to this problem than I
  19. > anticipated.
  20. > In <38EF928F.AD3D83B1@value.net> posted at 2000
  21. > Apr 8, 20:16:16 GMT Mark Sapiro said,
  22. > Connect mode input is always displayed on the
  23. > connect screen.  "set input echo" only controls
  24. > whether or not input read by a script (or by
  25. > commands in command mode) is displayed on the
  26. > command screen.
  27. > Yes, my problem is strictly in interpretation of
  28. > a script.  Connect mode is not involved.
  29. > In <x06H488ZGz$4@cc.usu.edu> posted at 2000 Apr
  30. > 08 Joe Doupnik said,
  31. > As a hint, here is an experiment performed to
  32. > check your report.
  33. > jd>
  34. > jd>   define foo output cat bigfile.txt\10, input 10 NotHere
  35. > jd>   set input echo off
  36. > jd>   foo
  37. > The only systems available here provide MS-DOS
  38. > Kermit and SoftArc FirstClass; there is no
  39. > system with C-Kermit.  Thus your test can not be
  40. > duplicated exactly.  I tried this against MS-DOS
  41. > Kermit in server mode--with another name in
  42. > place of bigfile.txt of course.
  43. >
  44.     CKermit is not involved at all. The OUTPUT and INPUT commands
  45. are dealing with raw bytes on the comms channel, to a remote system's
  46. normal user prompt in this case (Unix). No Kermit is running on that
  47. end.
  48.  
  49. >   define foo output type bigfile.txt\13, input 10 NotHere
  50. >   set input echo off
  51. >   foo
  52. > It failed, presumably because the MS-DOS Kermit
  53. > server can not cope with "type bigfile.txt\13".
  54. >
  55.     No, because MSK in Server mode listens to only Kermit packets
  56. of a suitable nature. It is not the o/s user prompt. Use GET to obtain
  57. a file from a Kermit server.
  58.  
  59.  
  60. > Does "set input echo off" work when issued in a
  61. > script file?  Does the echo stay off until "set
  62. > input echo on" is issued; does it apply only to
  63. > the following INPUT command?
  64. >
  65.     The setting applies until you change it.
  66.  
  67. > What happens if you put the three lines of your
  68. > example into a file called, say test.scr, and
  69. > then issue "msk316 take test.scr"?  In effect
  70. > that is what I do, but with hundreds more lines
  71. > of Kermit code.  The FirstClass server sends
  72. > characters just as a C-Kermit server must.
  73. >
  74.     Nothing happens unless commands in that Take file make them
  75. happen.
  76.     Joe D.
  77.  
  78. > Regards,    Peter E.
  79. > Sent via Deja.com http://www.deja.com/
  80. > Before you buy.